home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / cnet / brb_handlebars.lha / Quickies_README! < prev   
Text File  |  1995-10-15  |  6KB  |  128 lines

  1. ===========================================================================
  2.    BRB(BeRightBack), v1.70 & Handle Bars, v1.70 README Files by Dotoran!
  3. ===========================================================================
  4.  
  5. What are they?
  6. ~~~~~~~~~~~~~~
  7.     BRB - A command your users can use to let you and other users know that
  8.           they're around, but temporarily away from the computer.
  9.  
  10. Handle_Bars - Creates a BAR GRAPH using the users HANDLE as its data
  11.               source. No two handles will generate the same Graph.
  12.  
  13. How do I install them?
  14. ~~~~~~~~~~~~~~~~~~~~~~
  15.     BRB - Add this line to your "Available Everywhere" menu in BBSMENU:
  16.  
  17.           BRB, Be Right Back    `1- | {#0 pfiles:BRB}
  18.                                  ^    ^
  19.             Access Groups -------'    `--- Control-Q character
  20.  
  21.           The `1- represents Access Levels that can USE the BRB command.
  22.  
  23.           You will need to reload your BBSTEXT, using RAMIGA-T, before
  24.           the BRB command is activated.
  25.  
  26.           Move the BRB file into your PFILES: directory.
  27.  
  28. Handle_Bars - Add this line somewhere in your Logon, like "sys.welcome":
  29.  
  30.           {#0 pfiles:Handle_Bars}
  31.           ^
  32.           `--- Control-Q character
  33.  
  34.           Move the Handle_Bars file into your PFILES: directory.
  35.  
  36. What do they really do?
  37. ~~~~~~~~~~~~~~~~~~~~~~~
  38.     BRB - Upon typing "BRB" from any prompt, the user will be presented with
  39.           a line of text telling them to press their RETURN key when they
  40.           get back.
  41.  
  42.           To ALL OTHER USERS, including the SysOp, they will be told that
  43.           this user will "Be Right Back!" when they do a WHO, or when the
  44.           SysOp views either the Status Window, or the Control Window.
  45.  
  46.         v1.5 Enhancements:
  47.  
  48.         - The user will now be asked WHERE they are going, and this info
  49.           will be used temporarily for that user's WHO Banner.
  50.  
  51.         - If the user presses RETURN/ENTER, instead of entering WHERE they
  52.           are going, one of ten built in "WHERE"'s will be used.
  53.  
  54.         - The user will then be shown a WHO display, THEN the "Press RETURN
  55.           When You Get Back..." Message.
  56.  
  57.         - When the user DOES press RETURN, they will be shown an updated
  58.           WHO display, then be taken back into the system.
  59.  
  60.         - The WHO Displays were added mainly so the USER could see what the
  61.           BRB display looks like, as well as everybody else.
  62.  
  63.         - Upon leaving BRB, the user's WHO Banner is restored to it's
  64.           previous contents. NOTE, however, that if the user loses carrier,
  65.           the temporary WHO Banner will become their REAL WHO Banner.
  66.  
  67.         - It is possible to edit, add, or delete random WHERE sayings within
  68.           the program itself. You should be able to figure out how things
  69.           are set up just by looking at the code. Max length for each saying
  70.           is 37 characters, and if you add or delete sayings, make sure you
  71.           update the "tot" variable to tell the program that!
  72.  
  73.         v1.70 Enhancements:
  74.  
  75.         - Two new variables were added that allow the Sysop to specify which
  76.           WHO command they wish to be displayed when a user initially leaves
  77.           as well as which one they wish displayed when the user comes back.
  78.  
  79.           I added this mainly for users of my CNet Who Replacement package,
  80.           so you might wish to show the SHORT who on their way OUT, but the
  81.           LONG who on their way back in, etc.
  82.  
  83.  
  84. Handle_Bars - Upon entering the "Handle_Bars" program, the user will be
  85.               shown a graphic representation of their own Handle. Depending
  86.               on how many letters, which letters, etc. will determine how
  87.               long each horizontal bar will be and which color each bar
  88.               will be. Same letters produce same bar results. Spaces within
  89.               handles are treated as dead space and will be shown as a gap
  90.               in the graph.
  91.  
  92.         v.15 Enhancements:
  93.  
  94.         - The "Press ENTER to quit..." prompt was replaced with a Line Menu:
  95.  
  96.                 (H)andle, (T)ext, or [Q]uit:
  97.  
  98.         - Handle will ask the user for the ID Number of another account, and
  99.           will use THAT Accounts Handle for it's data. This way, the users
  100.           can see what their buddies handle looks like, etc.
  101.  
  102.         - Text will ask for a 16 character text string and use IT for the
  103.           data. Most punctuation SHOULD be stripped, and any that's NOT will
  104.           be acted upon the same as a space(dead space; gap). This way, the
  105.           user could try other words, perhaps real names, places, etc.
  106.  
  107.         - You can edit the "shape" variable near the beginning of the code
  108.           to change the shape that's used to generate the actual BARS inside
  109.           the graph.
  110.  
  111.         v1.70 Enhancements:
  112.  
  113.         - Only change made here was to convert the TEXT string entered by
  114.           the user into UPPER case, as I found that lowercase letters would
  115.           come up looking like spaces(gaps) in the graph output.
  116.  
  117. Acknowledgements:
  118. ~~~~~~~~~~~~~~~~~
  119.     No actual names(as I can't recall them), but these changes were added
  120. from suggestions I had either been given from other SysOps, or changes I
  121. had seen in utilizations on other boards, or things I wanted to add to the
  122. first versions, yet missed(like the Line Menu in Handle Bars)! Hope these
  123. files will help add some flair to your bbs'!
  124.  
  125. ============================================================================
  126.       Just Two Quickies To Add To Your BBS's "Uniqueness"! - Dotoran
  127. ============================================================================
  128.